const net/http.http2prefaceTimeout

2 uses

	net/http (current package)
		h2_bundle.go#L3885: 	http2prefaceTimeout         = 10 * time.Second
		h2_bundle.go#L4937: 	timer := sc.srv.newTimer(http2prefaceTimeout) // TODO: configurable on *Server?